home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / asm-m68k / mmzone.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  225 b   |  10 lines

  1. #ifndef _ASM_M68K_MMZONE_H_
  2. #define _ASM_M68K_MMZONE_H_
  3.  
  4. extern pg_data_t pg_data_map[];
  5.  
  6. #define NODE_DATA(nid)        (&pg_data_map[nid])
  7. #define NODE_MEM_MAP(nid)    (NODE_DATA(nid)->node_mem_map)
  8.  
  9. #endif /* _ASM_M68K_MMZONE_H_ */
  10.